home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl980
/
hshl451j.lzh
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-02-16
|
2KB
|
56 lines
echo off
verify on
if %1d==d goto instructions
if %2d==d goto instructions
cls
echo This installs HyperShell into a directory named %1%2.
echo
mkdir %1%2
echo
echo If the message "Unable to create directory" was displayed,
echo it means the directory already exists. The files will be installed
echo to the existing directory. If this contains your previous release
echo of HyperShell you should stop the installation and remove the
echo files for the previous release from the directory, being careful
echo to keep any of your own files.
echo If you want to stop the installation at this point, press Ctrl-Break
PAUSE
cls
echo Installing HyperShell to %1%2
echo Copying READ.ME file
copy read.me %1%2
echo Copying README.V45 file
copy readme.v45 %1%2
echo Installing base system
hmainsfx.exe /e%1%2 /x
if %3d==d goto next
pause insert second target floppy disk in %1
:next
echo Installing hypop and utilities
hypopsfx.exe /e%1%2 /x
echo Installation of first disk complete
echo Now load second HyperShell disk and type 'install2 %1 %2'
goto finito
:instructions
cls
echo The HyperShell system requires 1 megabyte of free space on a hard disk.
echo On floppy disk it requires 4 x 360k disks, 2 x 720k disks, or 1 HD disk
echo Installation of documentation requires a further 700k
echo
echo To install HyperShell base system, enter the command:-
echo install d: \directory
echo
echo d: = name of the target drive
echo \directory = name of the target directory
echo
echo ensure you have a space between drive name and directory name
echo eg. install to drive c: in directory \hypshell
echo
echo install c: \hypshell
echo
echo NOTE: To install to 360k floppy disks, type the following,
echo ensuring there is a space before pause
echo
echo install b: \ pause
:finito